home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------
- ; Main tooltest
- ;
- ; Copyright ⌐ 1994. All Rights Reserved.
- ;
- ; SUBSYSTEM: tooltest.exe Module Defintion File
- ; FILE: test.def
- ; AUTHOR:
- ;
- ;------------------------------------------------
-
- NAME tooltest
-
- DESCRIPTION 'tooltest Application - Copyright ⌐ 1994. All Rights Reserved.'
- EXETYPE WINDOWS
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 4096
- STACKSIZE 8192
-